getImportantForAutofill
Gets the mode for determining whether this view is important for autofill.
See setImportantForAutofill and isImportantForAutofill for more info about this mode.
This method is only supported on API >= 26. On API 25 and below, it will always return IMPORTANT_FOR_AUTOFILL_AUTO.
Return
IMPORTANT_FOR_AUTOFILL_AUTO by default, or value passed to setImportantForAutofill. importantForAutofill
Parameters
v
The View against which to invoke the method.